home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #1 / Amiga Plus 1999 #1.iso / System-Boost / Workbench / MRQ / MRQ.readme < prev    next >
Text File  |  1998-08-10  |  2KB  |  45 lines

  1. Short:    The MUI requester improver
  2. Author:   Matthias.Bethke@stud.uni-erlangen.de
  3. Uploader: Matthias.Bethke@stud.uni-erlangen.de
  4. Version:  1.6
  5. Type:     util/cdity
  6.  
  7.  
  8. If you like ARQ's functionality but find it a little old-fashioned,
  9. have a look at this! It's a MUIfied rewrite with similar features
  10. (new imagery, ARexx support, keyboard control etc.) and some new ones.
  11.  
  12. New since V1.4:
  13.  
  14. V1.5b  19-Apr-9    - although it doesn't show very much, V1.5b is a
  15.                      major rewrite! Trying to patch other
  16.                      intuition.library requester functions and add
  17.                      some features I found myself adding hacks and
  18.                      kludges to keep MRQ's main function a drop-in
  19.                      replacement for EasyRequestArgs(). No good.
  20.                      Now all the actual patch does is to allocate a
  21.                      message with some space to hold various data that
  22.                      needs to be kept while a requester is open. This
  23.                      it sends to MRQ's message port and just waits for
  24.                      a reply. The main MRQ process handles everything
  25.                      else. This makes for much better decoupling of
  26.                      MRQ and the process (now it may even be a simple
  27.                      task) calling EasyRequestArgs() than before.
  28. V1.6  27-Jul-98    - this version had to be written twice - lost all
  29.                      the source back to the V1.5 backup after almost
  30.                      finishing 1.6. Well, should be really clean now
  31.                      :-)
  32.                    - saved 2K again by replacing the last stdio
  33.                      sprintf() calls with a RawDoFmt()-based version
  34.                      from my recent mb_utils.lib. Back under 20K again!
  35.                    - bugfix: MRQ's public messageport wasn't properly
  36.                      removed. I guess V1.5b had introduced this, 
  37.                    - new names for the OK_IMG/CANCEL_IMG tooltypes
  38.                    - implemented IBUTTONSBYTEXT
  39.                    - completed the Windozeish set of imagebuttons
  40.                    - some optimizations, button creation code made
  41.                      somewhat less messy :)
  42.  
  43. If you had any previous version of MRQ installed, BEWARE: some tooltype names
  44. have changed!
  45.